home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 220 (1995)(SOMC)(Disk 2 of y)[SMCxxxC30Ix].zip / Amiga General Interest Volume 220 (1995)(SOMC)(Disk 2 of y)[SMCxxxC30Ix].adf / VirusChecker / Install next >
Text File  |  1995-11-29  |  607b  |  24 lines

  1. if exists lha
  2.    skip loser
  3. else
  4.    echo "Software of the Month Club"
  5. endif
  6. echo "Have you moved the Install Icon to the Partition you"
  7. echo "want to install VirusChecker 7.7 to? ( Y/N )"
  8. ask Continue?
  9. IF WARN
  10.    echo Yes
  11.    c:copy smc220c30i2:lha c:
  12.    echo "Installing VirusChecker 7.7......."
  13.    lha x smc220c30i2:VirusChecker/vchk803.lha
  14.    c:delete install.info
  15.    echo "All done Enjoy. "
  16. else
  17.    echo "Maybe later then, bye now........"
  18. endif
  19. quit
  20. LAB loser
  21. echo "You can't install to this Disk.  Please move this icon to  where you want "
  22. echo "VirusChecker 7.7 installed on your Hard-Drive."
  23. wait 5
  24.